func go/doc.sortedFuncs

4 uses

	go/doc (current package)
		doc.go#L137: 		Funcs:      sortedFuncs(r.funcs, true),
		reader.go#L873: 			Funcs:   sortedFuncs(t.funcs, true),
		reader.go#L874: 			Methods: sortedFuncs(t.methods, allMethods),
		reader.go#L893: func sortedFuncs(m methodSet, allMethods bool) []*Func {